🎖️GitЯра🎖️
Commit f8a5f894a86b6145b86143888f7ea1fe3d9ccbb6
Parents : d7cccd0
Author : renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-05-19T06:19:30-05:00
Committer : GitHub <noreply@github.com>
Date : 2026-05-19T06:19:30-05:00
chore(deps): update actions/github-script action to v9 (#5483)
Changes
Diff
diff --git a/.github/workflows/docs-governance.yml b/.github/workflows/docs-governance.yml
index dca5157b42..f4709e3588 100644
--- a/.github/workflows/docs-governance.yml
+++ b/.github/workflows/docs-governance.yml
@@ -57,7 +57,7 @@ jobs:
- name: Post warning comment
if: steps.changed.outputs.stale == 'true'
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
with:
script: |
const viewsChanged = `${{ steps.changed.outputs.views_changed }}`.trim();
@@ -124,7 +124,7 @@ jobs:
- name: Dismiss stale comment when docs are updated
if: steps.changed.outputs.stale == 'false'
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
with:
script: |
const { data: comments } = await github.rest.issues.listComments({
@@ -267,7 +267,7 @@ jobs:
- name: Post preview advisory
if: steps.changed.outputs.preview_stale == 'true'
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
with:
script: |
const uiChanged = `${{ steps.changed.outputs.ui_changed }}`.trim();
@@ -325,7 +325,7 @@ jobs:
- name: Post screenshot advisory
if: steps.changed.outputs.screenshot_stale == 'true'
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
with:
script: |
const previewChanged = `${{ steps.changed.outputs.preview_changed }}`.trim();
@@ -379,7 +379,7 @@ jobs:
if: >-
steps.changed.outputs.preview_stale == 'false'
&& steps.changed.outputs.screenshot_stale == 'false'
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
with:
script: |
const { data: comments } = await github.rest.issues.listComments({
Served by rngit 1.5.4 - Generated in 0.03s